home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / ustartup1.0.lha / UStartup1.0 / UStartup / Leave / 110 Not wanted next >
Text File  |  1996-05-28  |  348b  |  8 lines

  1. setenv Choice `RequestChoice "UStartup notification:" "Do you know that you have moved*n'110 Not wanted' from UStartup/Leave*nto UStartup/Execute?" " Yes | No "`
  2. if $Choice EQ 0
  3.  RequestChoice "UStartup notification:" "Well, now you know." "I do." >NIL:
  4. else
  5.  RequestChoice "UStartup notification:" "Good." "Naturally." >NIL:
  6. endif
  7. unsetenv Choice
  8.